home *** CD-ROM | disk | FTP | other *** search
- PRINTPS - Print Chinese GB code to Postscript Printer. Ver 1.2 Aug 20 1991
- Copyright (C) Hongbo Ni 1991. All Rights Reserved.
-
- Usage: PRINTPS [options] GBFile PSFile
-
- Options: -h/-? - get help
- -f file - use file as font file (def= CCLIB.24)
- -x nn - set font matrix to nn x nn, font file= CCLIB.nn (def= 24)
- -s nn - set Chinese Char size to nn pt (def= 10 pt)
- -v nn - set vertical line skip to nn pt (def= 14 pt)
- -p nn - start printing from page nn (def= 1)
- -e nn - last/end page to print (def=last page)
- -l/r nn - set left/right margin to nn pt (def=l70 r70)
- -t/b nn - set top/bottom margin to nn pt (def=t70 b70)
- -m nn - no. of missed QU (section) in symbol table (def= 0)
- -o - rotate 90 degree (def= NO)
- -1 - print all pages in 1 file [PSFile.PS] (def= 1 file/page)
- -u - do not print file name and page number (def= Print)
- -n nn - PS /def if a Chinese Char used nn times in a page(def=2)
- **-----increase nn if PS 'dictfull' error occurs
-
- GBFile: Chinese file name in GB coding.
- PSFile: PostScript output file name, do not supply extension. The PS output is
- one file per page: PSFile.001, PSFile.002, ..., PSFile.PageNo
-
- FONT:
- =============================================================================
- PRINTPS can use any fonts from 16x16 to 64x64. you can specify font name with
- option -f. Since CCLIB's symbols are not standard yet, different font file
- have different number of missed sections. So you have specify missed section
- with -m option. As far as I know, the 24x24 FanTi (CCLIBF.24) and JianTi
- (CCLIB.24) fonts in ChTeX1.1 (from crl.nmsu.edu dir:pub/chinese) are provided
- with no missing symbol section. The 16x16 fonts packed with NJSTAR have 8
- sections missed.
-
- To use CCLIB.16 in NJSTAR, use following options:
-
- PRINTPS -x16 -fCCLIB.16 -m8 gbfilename psfile
-
- To use CCLIBF.16 in NJSTAR, use following options:
-
- PRINTPS -x16 -fCCLIBF.16 -m8 gbfilename psfile
-
- To use CCLIB.24 in ChTeX1.1 use following options:
-
- PRINTPS -x24 -fCCLIB.24 -m0 gbfilename psfile
-
- To use CCLIBF.24 in ChTeX1.1 use following options:
-
- PRINTPS -x24 -fCCLIBF.24 -m0 gbfilename psfile
-
- If you have a 48x48 font file CCLIB.48, try
-
- PRINTPS -x48 -fCCLIBF.48 -m? gbfilename psfile
-
-
-
- COMMON PROBLEMS:
- ================
-
- (1). sometime when print to postscript printer, you get 'dictfull' error.
- Solution: try option -n with -n3, -n4 ...
-
- (2). sometime when print to postscript printer, you get 'VMERROR'!
- WHY: laser printer RAM is full. too many chars on one page.
- Solution: increase left/right margin with option -l100 -r100
-
-